home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kit PC World De Ampliacion De Windows 95
/
Kit PC World de ampliacion de Windows 95.iso
/
clarion
/
cw15
/
tpw15.z
/
TPLERROR.TPW
< prev
next >
Wrap
Text File
|
1995-07-06
|
4KB
|
103 lines
#!--------------------------------------------------------------
#GROUP(%ErrorBrowseInvalidRangeField)
#ERROR('Template Error in Procedure: ' & %Procedure)
#ERROR(' The range field specified is not in the current key!')
#IF(%BrowseCondition)
#ERROR(' Browse Condition: ' & %BrowseCondition)
#ELSE
#ERROR(' Browse Condition: Default Browse Behavior')
#ENDIF
#ERROR(' Current Key: ' & %BrowseKey)
#IF(%RangeField)
#ERROR(' Range Field: ' & %RangeField)
#ELSE
#ERROR(' Range Field: None')
#ENDIF
#!--------------------------------------------------------------
#GROUP(%ErrorRelationshipMissing)
#ERROR('Template Error in Procedure: ' & %Procedure)
#ERROR('A file relationship range limit was specified, but')
#ERROR('no relationship to the file specified could be found!')
#ERROR('Range Field: ' & %RangeField)
#ERROR('Range File: ' & %RangeFile)
#!--------------------------------------------------------------
#GROUP(%ErrorLimitFieldMissing)
#ERROR('Template Error in Procedure: ' & %Procedure)
#ERROR('A single value range limit was specified, but')
#ERROR('no value was provided!')
#ERROR(' Range Field: ' & %RangeField)
#!--------------------------------------------------------------
#GROUP(%ErrorBrowseLimitFieldMissing)
#ERROR('Template Error in Procedure: ' & %Procedure)
#ERROR('A single value range limit was specified, but')
#ERROR('no value was provided!')
#IF(%BrowseCondition)
#ERROR('Browse Condition: ' & %BrowseCondition)
#ELSE
#ERROR('Browse Condition: Default Browse Behavior')
#ENDIF
#ERROR('Current Key: ' & %BrowseKey)
#ERROR(' Range Field: ' & %RangeField)
#!--------------------------------------------------------------
#GROUP(%ErrorBrowseLowLimitMissing)
#ERROR('Template Error in Procedure: ' & %Procedure)
#ERROR('A range of values range limit was specified, but')
#ERROR('no low value was provided!')
#IF(%BrowseCondition)
#ERROR('Browse Condition: ' & %BrowseCondition)
#ELSE
#ERROR('Browse Condition: Default Browse Behavior')
#ENDIF
#ERROR('Current Key: ' & %BrowseKey)
#ERROR(' Range Field: ' & %RangeField)
#!--------------------------------------------------------------
#GROUP(%ErrorBrowseHighLimitMissing)
#ERROR('Template Error in Procedure: ' & %Procedure)
#ERROR('A range of values range limit was specified, but')
#ERROR('no high value was provided!')
#IF(%BrowseCondition)
#ERROR('Browse Condition: ' & %BrowseCondition)
#ELSE
#ERROR('Browse Condition: Default Browse Behavior')
#ENDIF
#ERROR('Current Key: ' & %BrowseKey)
#ERROR(' Range Field: ' & %RangeField)
#!--------------------------------------------------------------
#GROUP(%ErrorBrowseRelationshipMissing)
#ERROR('Template Error in Procedure: ' & %Procedure)
#ERROR('A file relationship range limit was specified, but')
#ERROR('no relationship to the file specified could be found!')
#IF(%BrowseCondition)
#ERROR('Browse Condition: ' & %BrowseCondition)
#ELSE
#ERROR('Browse Condition: Default Browse Behavior')
#ENDIF
#ERROR('Current Key: ' & %BrowseKey)
#ERROR('Range Field: ' & %RangeField)
#ERROR('Range File: ' & %RangeFile)
#!--------------------------------------------------------------
#GROUP(%ErrorBrowseLocatorNoFreeKey)
#ERROR('Template Error in Procedure: ' & %Procedure)
#ERROR('A locator was specified, but no free key element')
#ERROR('exists!')
#IF(%BrowseCondition)
#ERROR('Browse Condition: ' & %BrowseCondition)
#ELSE
#ERROR('Browse Condition: Default Browse Behavior')
#ENDIF
#ERROR('Current Key: ' & %BrowseKey)
#ERROR('Locator Type:' & %BrowseLocatorType)
#ERROR('Range Field: ' & %BrowseRangeField)
#!--------------------------------------------------------------
#GROUP(%ErrorBrowseLocatorNoEntryControl)
#ERROR('Template Error in Procedure: ' & %Procedure)
#ERROR('An Entry locator was specified, but no entry control')
#ERROR('exists for the free key element! Using STEP locator')
#IF(%BrowseCondition)
#ERROR('Browse Condition: ' & %BrowseCondition)
#ELSE
#ERROR('Browse Condition: Default Browse Behavior')
#ENDIF
#ERROR('Current Key: ' & %BrowseKey)
#ERROR('Locator Type:' & %LocatorType)
#ERROR('Range Field: ' & %RangeField)